Vcenter EvcModes PartitionResult

Vcenter EvcModes PartitionResult
Vcenter EvcModes PartitionResult

This class provides information about the CPU Vcenter EvcMode EvcMode and graphics Vcenter EvcMode EvcMode associated with a custom Vcenter EvcMode EvcMode.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "cpu_evc_mode": {
        "key": "string",
        "masks": [
            {
                "key": "string",
                "name": "string",
                "value": "string"
            }
        ]
    },
    "graphics_evc_mode": {
        "key": "string",
        "masks": [
            {
                "key": "string",
                "name": "string",
                "value": "string"
            }
        ]
    }
}
cpu_evc_mode
Optional

CPU specific EVC mode created from an EVC mode partitioning operation.

This property was added in vSphere API 9.0.0.0.

if missing or null, then no CPU EVC mode details were found in Vcenter EvcMode EvcMode object being partitioned.

graphics_evc_mode
Optional

Graphics specific EVC mode created from an EVC mode partitioning operation.

This property was added in vSphere API 9.0.0.0.

if missing or null, then no Graphics EVC mode details were found in Vcenter EvcMode EvcMode object being partitioned.